home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IRIX 6.5 Applications 1999 May
/
SGI IRIX 6.5 Applications 1999 May.iso
/
dist
/
InPerson.idb
/
usr
/
lib
/
X11
/
ja_JP.EUC
/
app-defaults
/
InPerson.z
/
InPerson
Wrap
Text File
|
1998-05-04
|
55KB
|
1,228 lines
!----------------------------------------------------------------------
! $Revision: 1.20 $
!
! This file, /usr/lib/X11/app-defaults/InPerson, contains X11 default
! resources for InPerson conferencing tools. The first section contains
! a list of resources that lets you customize InPerson. The second section
! contains resources that should not be normally changed.
!
! If you make changes to this file, then every user of InPerson will
! use them. Make a copy this file if you want your own customizations.
! It must be called InPerson and must be in one of the directories
! in your XUSERFILESEARCHPATH environment variable.
! We recommend you put it in the directory ~/.desktop-<hostname>.
! [Replace <hostname> with the name of your system reported by
! the hostname(1) command.] The phone and the view control panels
! save changes to ~/.desktop-<hostname>/InPerson.
!
! You can also put these resources into your ~/.Xresources file. If you
! do so, you must prefix each resource with "InPerson". We do not
! recommend this because all resources in your ~/.Xresources file must
! be loaded into the X server which makes it grow. There is no
! benefit to having these resources in the X server.
!
!----------------------------------------------------------------------
!
! Resources have the form *<name>: <value> where <name> is the name
! of the resource and <value> is an integer or string, as appropriate.
! To use, copy the line containing the resource you want to change,
! remove the ! comment character from the first colum and replace the
! rest of the line after the : with the appropriate value.
! For example,
! *videoDevice: ev1
!
! Below is a list of resources to customize InPerson that aren't
! changed by the phone or conference control panels. It shows the
! default value and possible values.
!
!
! Video:
! ------
! Default video device to capture from. If you have only one video device,
! InPerson will use that one. If you have two, InPerson will use the
! first one in the list, unless you specify one with this resource.
! To see the video device list, run the "vlinfo" program.
! Possible values:
! Indy built-in video: "vino"
! Galileo/Indigo2Video/IndyVideo: "ev1"
! IndigoVideo: "sv1"
! Use first device in list: (the default)
!*videoDevice: vino (an example, not the default)
!
! Default number of video frames per second to capture from camera
!*videoRate: 15
!
! Video frames per second to capture when using a High-Speed LAN
!*videoRateHSLAN: 30
!
! How often a complete video frame is sent (in seconds).
! useful range: 10-600, 0 disables it.
!*keyFrameInterval: 15
!
! How fast Vanity view is updated. Possible values:
! "False" - Update Vanity view for each frame transmitted. (default)
! Shows good approximation of the picture others see of you.
! "True" - Update Vanity view at camera capture frame rate
! Picture looks nice, but doesn't match what others see.
!*highSpeedVanityView: False
!
!
! Audio:
! ------
! This resource sets the initial audio input attenuation on apanel(1) to the
! desired value when you run InPerson for the first time.
! Range: 255 (minimum gain) to 0 (maximum gain).
*audioRightAtten: 48
*audioLeftAtten: 48
!
! Automatic Gain Control (AGC) evens out the variations in sound volume,
! boosting soft sounds and lowering loud sounds.
! AGCLevel is the desired amplitude (0..32767). The default is usually
! adequate.
! AGCMaxGain is the maximum increase (multiplier) for soft sounds.
! It ranges from 0 (off) to 8.
! If either value is 0, AGC is disabled.
!*audioAGCLevel: 3500
*audioAGCMaxGain: 2
!
! Audio Input Gain boosts the sound level captured from the microphone.
! It's useful on the Indy or Indigo2 because the mic circuit has less
! gain than the Indigo mic circuit.
! Set it to 4 or higher if the mic volume is too soft and the apanel
! input level is set to the maximum. A value of 0 means it is ignored.
*audioInputGain: 2
!
! Audio input source selection. The values are:
! mic use the microphone (default)
! line use the line-in
! default use the current apanel(1) setting
*audioInputSource: mic
!
! Audio silence suppression:
! On by default, it suppresses audio packets during "silent" intervals.
!*audioSuppressSilence: true
!
!
! Maximum audio playout buffer size (in milliseconds).
*audioMaxNetJitter: 1000
!
! InPerson audio Automatic Rate Conversion is active in every InPerson call.
! However if you wish InPerson to set the output rate at startup to a more
! efficient value, you should set this resource to False.
!
!*audioAutoRateConversion: True
!
!
! InPerson audio option board:
! In the unlikely event that you need to disable it, set this to False.
!
!*indycomp: True
!
! You may also disable hardware audio encoding on your option board.
! In order for this to be effective, both ends of the connection must
! set this value to False.
!
!*audioEnableHWEnc: True
!
! Whiteboard:
! -----------
! *fontNumber specifes the name of the default font resource.
! For example, *fontNumber: 2 means the default font is font3. Range: 0-3
!*fontNumber: 0
!
! Specifies the default item for line width menu. Range: 0-3
!*drawingLineWidth: 2
!
! Enables whether or not the whiteboard displays the name of the person
! who drew the object pointed to by the mouse. Value: on,off
!*showDrawer: on
!
! The following specify the default directories for the Import Image file
! and Import Text file dialog boxes.
!*imageDirectory: <directory-name>
!*textFileDirectory: <directory-name>
!*modelFileDirectory: <directory-name>
*imageDirectory: /usr/share/data/images
*modelFileDirectory: /usr/share/data/models
!
! Network:
! --------
! Multicast time-to-live, i.e., number of routers the packets can traverse.
! Range: 1-63
!*multicastTTL: 10
!
! Network maximum transmission unit (MTU), aka maximum packet size.
! This number specifies the maximum amount of video data that inpview
! will send in one packet. This number must not exceed 61000.
! The default value of 1500 is appropriate for ethernet but if you only use
! higher-speed networks like FDDI, change it to the interface's value.
! For FDDI, it's 4352. "/usr/etc/netstat -i" shows the MTU value.
!
! A value that matches the interface's MTU, will give a good video frame
! rate. When sending uncompressed large video, a larger value for this
! resource will result in higher quality video images with less
! transmission artifacts. However, a larger value will cause IP to
! fragment the packets and that might cause problems for some routers
! and for multicast routers using tunnels.
!*networkMTU: 1500
!
! The initial size of the receive queue on the video socket.
! You may wish to increase this number when using large uncompressed
! video on high speed networks. The value in the example below should buffer
! three frames of large uncompressed video. InPerson 2.1 will attempt
! to adjust this number up when receiving uncompressed large data.
! The default value in InPerson 2.0 was the system default size (120 Kbytes).
! The default value in InPerson 2.1 is 131072 (128 Kbytes).
! The maximum value allowed by IRIX is 524288 (512 Kbytes).
!*videoSocketBufSize: 131072
!
! If you encounter errors contacting remote machines due to portmapper
! errors you may wish to increase the portmapper timeout to
! a greater value. The value determines the amount of time (in seconds)
! that InPerson waits to contact a host before giving up.
!*rpcPortMapperTimeout: 15
!
!
! If you want to use InPerson through a network packet filter/firewall,
! these resources let you specify the range of ports used for audio
! and video UDP packets and for whiteboard TCP packets.
!*networkPortMin: 32770
!*networkPortMax: 32999
!
! InPerson RPC packets use whatever TCP port is defined in the file
! /etc/services for the service named "sgi_iphone". If a TCP service
! named "sgi_iphone" is not defined in /etc/services, InPerson RPC
! packets use TCP port 32769. Make sure the port is not in the range
! used by networkPort{Min,Max}.
!
!
! Miscellaneous:
! --------------
! The phone and the view look for an RGB file containing an image of the user.
! *facesPath is a list of directories separated by colons.
! Search order is as follows:
! ~/.icon/login.icon
! file <login-name> in each of the directories listed in *facesPath
! *defaultFace file in each of the directories listed in *facesPath
! /usr/share/InPerson/defaultFace
! See clogin(1) for more information on user images.
!
!*defaultFace: "inperson"
!*facesPath: /usr/local/lib/faces:/usr/lib/faces
!
! Specifies the placement of the participants images.
! Values: VERTICAL,HORIZONTAL
!*participantBox.initialPlacement: VERTICAL
! XXX phoneCallWindow should be relative to phone not absolute. Fix in phone.
*callWindow*geometry: +120+200
*inpview*callWindow*geometry: +150+220
! The Shared shelf determines how long it take to transfer files
! to other participants. If the transfer exceeds the following threshold
! (in seconds), it will display a dialog box that states how long and
! asks if you want to continue.
!
! To disable the question dialog box, set the value of this resource to 0.
*shelf.xferTimeMsgThreshold: 60
!**********************************************************************
!**********************************************************************
!
! If you copy this file to ~/.desktop-<hostname>/InPerson, please
! delete everyhing below this point from your copy.
! There are no customization resources below this point.
!
!**********************************************************************
!**********************************************************************
!
!
! Defaults for all InPerson executables
!
*sgiMode: True
*useSchemes: all
*scheme: Base
*schemeFileList: SgiSpec, InPersonSpec
*allowShellResize: True
!*usePopupPlanes: True
*questionDialog.dialogTitle: InPerson ╝┴╠Σ
*errorDialog.dialogTitle: InPerson Ñ¿ÑΘí╝╩≤╣≡
*callStatusDialog.dialogTitle: InPerson ╛⌡╢╖╩≤╣≡
*infoDialog.dialogTitle: InPerson ╛≡╩≤
*yes: ñ╧ññ
*no: ñññññ¿
*execFailedMsg: ╝┬╣╘ñ╟ñ¡ñ▐ñ╗ñ≤
*forkFailedMsg: fork ñ╟ñ¡ñ▐ñ╗ñ≤
*badOptionsMsg: ╟º╝▒ñ╟ñ¡ñ╩ññѬÑ╫Ñ╖ÑτÑ≤ñ╟ñ╣
*fatalError: ╗─╟░ñ╩ñ¼ñΘ╜┼┬τñ╩Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íúÑ╫ÑφÑ░ÑΘÑαñ╧╜¬╬╗ñ╖ñ▐ñ╣íú
*exitError: ╜¬╬╗═╫╡ßÑ╖Ñ░Ñ╩Ñδñ≥╝⌡ñ▒ñ╚ñΩñ▐ñ╖ñ┐íú
*whiteboardName: Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔
*wbMasterNoContact: Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔ñ¼Ñ▐Ñ╣Ñ┐í╝ñ╚└▄┬│ñ╟ñ¡ñ▐ñ╗ñ≤íú\nñóñ╩ñ┐ñ¼ñ½ñ▒ñ┐┼┼╧├ñ╧ñ╣ñ╟ñ╦╜¬╬╗ñ╖ñ╞ñññ▐ñ╣íú
*wbMasterCantStart: Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔íªÑ▐Ñ╣Ñ┐í╝ñ╬╡»╞░├µñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú
*wbMasterCrashed: Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔íªÑ▐Ñ╣Ñ┐í╝ñ╧░█╛∩╜¬╬╗ñ╖ñ▐ñ╖ñ┐íú(Ñ│ÑóÑ└Ñ≤Ñ╫)
*wbNoOverlays: InPerson Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔ñ╦ñ╧Ѭí╝Ñ╨Ñ∞ÑñíªÑ╫Ñ∞í╝Ñ≤ñ¼\n╔¼═╫ñ╟ñ╣íúñ│ñ╬Ñ▐Ñ╖Ñ≤ñ╦ñ╧ñ╜ñ∞ñ¼ñóñΩñ▐ñ╗ñ≤íú
*retryQuestion: ñΓñª░∞┼┘╣╘ñ╩ñññ▐ñ╣ñ½?
*restartQuestion: ║╞╡»╞░ñ╖ñ▐ñ╣ñ½?
*cantRestartMsg: ║╞╝┬╣╘ñ╟ñ¡ñ▐ñ╗ñ≤íú┬╛ñ╬Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔ñ≥╞└ñδñ┐ñßñ╦┐╖ñ┐ñ╦┼┼╧├ñ╖ñ╞ñ»ñ└ñ╡ññíú
*exitedWithStatus: ñ╧╜¬╬╗ñ╖ñ▐ñ╖ñ┐íúÑ╣Ñ╞ÑñÑ┐Ñ╣ %d
*killedError: ñ╧Ñ╖Ñ░Ñ╩Ñδ \"%s\" ñ╦ñΦñ├ñ╞╢»└⌐╜¬╬╗ñ╡ñ∞ñ▐ñ╖ñ┐íú
*crashedError: ñ╧ %s Ñ╖Ñ░Ñ╩Ñδñ╟░█╛∩╜¬╬╗ñ╖ñ▐ñ╖ñ┐íú(Ñ│ÑóÑ└Ñ≤Ñ╫)
*crashedNoSignalError: ñ╧░█╛∩╜¬╬╗ñ╖ñ▐ñ╖ñ┐íú(Ñ│ÑóÑ└Ñ≤Ñ╫)
*crashingError: ñ╧ %s Ñ╖Ñ░Ñ╩Ñδñ≥╝⌡ñ▒ñ╚ñΩñ▐ñ╖ñ┐íú(Ñ│ÑóÑ└Ñ≤Ñ╫)
*badExitError: ñ╧╞Γ╔⌠Ñ¿ÑΘí╝ñ╬ñ┐ñß╜¬╬╗ñ╖ñ▐ñ╖ñ┐íú(Ñ│ÑóÑ└Ñ≤Ñ╫)
*peoplepagesNotInstalled: Ñ╘í╝Ñ╫ÑδÑ┌ÑñÑ╕┼┼╧├─óñ¼Ñ╖Ñ╣Ñ╞Ñαñ╦ÑñÑ≤Ñ╣Ñ╚í╝Ñδñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú\nPeoplePages.sw.phonebook ñ≥ÑñÑ≤Ñ╣Ñ╚í╝Ñδñ╖ñ╞ñ»ñ└ñ╡ññíú
*statusTitle: Ñ╣Ñ╞í╝Ñ┐Ñ╣
*xferSocketCreateError: Ñ╒ÑíÑñÑδ┼╛┴≈Ñ╜Ñ▒Ñ├Ñ╚ñ≥║ε└«ñ╟ñ¡ñ▐ñ╗ñ≤íú
*xferSocketBindError: Ñ╒ÑíÑñÑδ┼╛┴≈Ñ╜Ñ▒Ñ├Ñ╚ñ≥ bind ñ╟ñ¡ñ▐ñ╗ñ≤íú
*xferSocketNameError: Ñ╒ÑíÑñÑδ┼╛┴≈Ñ╜Ñ▒Ñ├Ñ╚╠╛ñ≥╝Φ╞└ñ╟ñ¡ñ▐ñ╗ñ≤íú
*remoteFileError: Ñ╖ѺÑδÑ╒ñ╦ÑΩÑΓí╝Ñ╚íªÑ╒ÑíÑñÑδñ≥Ñ╔ÑφÑ├Ñ╫ñ╖ñ▐ñ╖ñ┐íú\n╕╜║▀íóÑ╖ѺÑδÑ╒ñ╧ÑΩÑΓí╝Ñ╚íªÑ╒ÑíÑñÑδñ≥Ñ╔ÑφÑ├Ñ╫ñ╟ñ¡ñ▐ñ╗ñ≤íú
*noShadowDirError: Ñ╖ѺÑδÑ╒ñ╬Ñ╖ÑπÑ╔í╝íªÑ╟ÑúÑ∞Ñ»Ñ╚ÑΩ \"%s\" ñ≥Ѭí╝Ñ╫Ñ≤í┐║ε└«ñ╟ñ¡ñ▐ñ╗ñ≤íú
*shadowDirExistsError: Ñ╖ѺÑδÑ╒ñ╬Ñ╖ÑπÑ╔í╝íªÑ╟ÑúÑ∞Ñ»Ñ╚ÑΩ \"%s\" ñ╧─╠╛∩ñ╬Ñ╒ÑíÑñÑδñ╟ñ╣íú
*shadowDirPermError: Ñ╖ѺÑδÑ╒ñ╬Ñ╖ÑπÑ╔í╝íªÑ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ╦╡÷▓─ñ¼ñóñΩñ▐ñ╗ñ≤íú
*shelfXferTimeMsg: ╕╜║▀ñ╬Ñ╨Ñ≤Ñ╔╔²└▀─Ωñ╟ñ╧\n┴¬┬≥ñ╡ñ∞ñ┐Ñ╒ÑíÑñÑδñ╬┼╛┴≈ñ╦\nñ¬ñ¬ñΦñ╜ %s ñ½ñ½ñΩñ▐ñ╣íú\n\nÑ╒ÑíÑñÑδñ≥┴≈ñΩñ▐ñ╣ñ½?
*shelfMinuteFmt: 1 ʬ
*shelfMinutesFmt: %.0f ʬ
*shelfHoursFmt: %.1f ╗■┤╓
!
! Menu strings common to whiteboard, conferenceView & phone
!
*fileMenu.labelString: Ñ╒ÑíÑñÑδ (F)
*fileMenu.mnemonic: F
*fileMenu.New.labelString: ┐╖╡¼ (N)
*fileMenu.New.mnemonic: N
*fileMenu.New.acceleratorText: Ctrl+N
*fileMenu.New.accelerator: Ctrl<Key>n
*fileMenu.Append.labelString: ─╔▓├... (A)
*fileMenu.Append.mnemonic: A
*fileMenu.Save.labelString: ╩▌┬╕ (S)
*fileMenu.Save.mnemonic: S
*fileMenu.Save.acceleratorText: Ctrl+S
*fileMenu.Save.accelerator: Ctrl<Key>s
*fileMenu.SaveAs.labelString: ╩╠╠╛╩▌┬╕
*fileMenu.print.labelString: ░⌡║■... (P)
*fileMenu.print.mnemonic: P
*fileMenu.print.acceleratorText: Ctrl+P
*fileMenu.print.accelerator: Ctrl<Key>p
*fileMenu.importMenu.labelString: ╞╔ñ▀╣■ñ▀ (I)
*fileMenu.importMenu.mnemonic: I
*fileMenu.snapMenu.labelString: Ñ╣Ñ╩Ñ├Ñ╫
*editMenu.labelString: ╩╘╜╕ (E)
*editMenu.mnemonic: E
*editMenu.SelectAll.labelString: ñ╣ñ┘ñ╞ñ≥┴¬┬≥
*editMenu.SelectAll.acceleratorText: Ctrl+A
*editMenu.SelectAll.accelerator: Ctrl<Key>a
*editMenu.SelectMine.labelString: ╝½╩¼ñ╬ñΓñ╬ñ≥┴¬┬≥
*editMenu.SelectMine.acceleratorText: Ctrl+M
*editMenu.SelectMine.accelerator: Ctrl<Key>m
*editMenu.DeletePage.labelString: Ñ┌í╝Ñ╕║∩╜ⁿ
*importMenu.textFile.labelString: Ñ╞Ñ¡Ñ╣Ñ╚íªÑ╒ÑíÑñÑδ...
*importMenu.imageFile.labelString: ▓Φ┴ⁿÑ╒ÑíÑñÑδ...
*importMenu.modelFile.labelString: 3D ÑΓÑ╟ÑδíªÑ╒ÑíÑñÑδ...
*helpMenu.labelString: Ñ╪ÑδÑ╫ (H)
*helpMenu.mnemonic: H
*helpMenu.helpOnContextMenuItem.labelString: Ñ»ÑΩÑ├Ñ»ñ╟Ñ╪ÑδÑ╫ (C)
*helpMenu.helpOnContextMenuItem.mnemonic: C
*helpMenu.helpOnContextMenuItem.accelerator: Shift<Key>F1
*helpMenu.helpOnContextMenuItem.acceleratorText: Shift+F1
*helpMenu.helpOverviewMenuItem.labelString: │╡═╫ (O)
*helpMenu.helpOverviewMenuItem.mnemonic: O
*helpMenu.helpIndexMenuItem.labelString: ║≈░· (I)
*helpMenu.helpIndexMenuItem.mnemonic: I
*helpMenu.helpKeysMenuItem.labelString: Ñ¡í╝ñ╚Ñ╖Ñτí╝ñ╚ѽÑ├Ñ╚ (K)
*helpMenu.helpKeysMenuItem.mnemonic: K
*helpMenu.helpVersionMenuItem.labelString: InPerson ñ╦ñ─ñññ╞ (A)
*helpMenu.helpVersionMenuItem.mnemonic: A
*helpSubSys: InPerson.books.InPerson_AG and InPerson.books.InPerson_UG
*helpTitle: InPerson
*fiProgressDialog.messageString: Ñ│Ñ╘í╝├µ
*fiProgressScale.orientation: HORIZONTAL
*fiProgressScale.showValue: TRUE
*Fetch*title: ÑóÑñÑ│Ñ≤ñ╬╕í║≈
*Fetch*IconName: Find an Icon
*Fetch*helpButton.labelString: Ñ╪ÑδÑ╫
*Fetch*helpButton.traversalOn: False
*Fetch*iconFinder*previousNameMenu.marginWidth: 0
*Fetch*iconFinder*previousNameMenu.marginRight: 0
*Fetch*iconFinder*previousNameMenu.marginLeft: 0
*Fetch*iconFinder*frame.shadowType: XmSHADOW_OUT
*Fetch*iconFinder*menuBar.marginWidth: 0
*Fetch*iconFinder*menuBar.marginRight: 0
*Fetch*iconFinder*menuBar.marginLeft: 0
*Fetch*iconFinder*ft.leftOffset: 2
*Fetch*iconFinder*ft.rightOffset: 2
*fileInfoDialogTable*iconDrawingArea.width: 40
*fileInfoDialogTable*iconDrawingArea.height: 40
*fileInfoDialogTable*iconDrawingArea.borderWidth: 1
*fileInfoDialogTable*iconLabel.labelString: ╛≡╩≤
*fileInfoDialogTable*fileNameLabel.labelString: Ñ╒ÑíÑñÑδ╠╛:
*fileInfoDialogTable*linkFileLabel.labelString: ╗▓╛╚:
*fileInfoDialogTable*locationLabel.labelString: ╛∞╜Ω:
*fileInfoDialogTable*typeLabel.labelString: Ñ┐ÑñÑ╫:
*fileInfoDialogTable*sizeLabel.labelString: Ñ╡ÑñÑ║:
*fileInfoDialogTable*compute.labelString: Ñ╡ÑñÑ║ñ╬╖╫╗╗
*fileInfoDialogTable*modificationLabel.labelString: Ñ╟í╝Ñ┐ñ╬╩╤╣╣:
*fileInfoDialogTable*statusLabel.labelString: ╛⌡╢╖ñ╬╩╤╣╣:
*fileInfoDialogTable*accessLabel.labelString: ÑóÑ»Ñ╗Ñ╣:
*fileInfoDialogTable*hardLinkLabel.labelString: Ñ╧í╝Ñ╔íªÑΩÑ≤Ñ»:
*fileInfoDialogTable*inodeLabel.labelString: I Ñ╬í╝Ñ╔:
*fileInfoDialogTable*deviceNumberLabel.labelString: Ñ╟ÑúÑ╨ÑñÑ╣:
*fileInfoDialogTable*deviceNumberSpecialLabel.labelString: ╞├╝∞Ñ╟ÑúÑ╨ÑñÑ╣:
*fileInfoDialogTable.columnSpacing: 4
*fileInfoDialogTable.rowSpacing: 4
*fileInfoDialogTable.marginWidth: 8
*fileInfoDialogTable.marginHeight: 8
*fileInfoErrorTitle: File Info Error
*fileInfoDialogTable*fileName.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
*fileInfoDialogTable*linkFile.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
*fileInfoDialogTable*location*fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
*fileInfoDialogTable*type.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
*fileInfoDialogTable*size.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
*fileInfoDialogTable*modification.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
*fileInfoDialogTable*status.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
*fileInfoDialogTable*access.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
*fileInfoDialogTable*hardLink.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
*fileInfoDialogTable*inode.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
*fileInfoDialogTable*deviceNumber.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
*fileInfoDialogTable*deviceNumberSpecial.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
!
! Defaults for the view
!
*conferenceView.title: InPerson ┼┼╧├
*conferenceView.iconTitle: InPerson Ñ│í╝Ñδ
*conferenceView*controlPanel_popup.title: InPerson: ─╠╧├Ñ╤Ñ╒Ñ⌐í╝Ñ▐Ñ≤Ñ╣íªÑ╤Ñ═Ñδ
*conferenceView*networkInfoPanel_popup.title: InPerson: Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»╛≡╩≤Ñ╤Ñ═Ñδ
*conferenceView*networkInfoPanel*showControlPanel.labelString: ─╠╧├Ñ╤Ñ╒Ñ⌐í╝Ñ▐Ñ≤Ñ╣...
*conferenceView*openIconDialogTitle: InPerson ╝┴╠Σ
*conferenceView*openIconDialogQuestion: ╕╜║▀┬╛ñ╬╗▓▓├╝╘ñ╚╢ª═¡ñ╣ñδÑóÑ╫ÑΩÑ▒í╝Ñ╖ÑτÑ≤ñ≥╝┬╣╘ñ╟ñ¡ñ▐ñ╗ñ≤íú\nñóñ╩ñ┐ñ└ñ▒ñ╬ñ┐ñßñ╦╝┬╣╘ñ╖ñ▐ñ╣ñ½?
*conferenceView*backwardCompatibleWarning: ╕┼ññÑ╨í╝Ñ╕ÑτÑ≤ñ╬ InPerson ñ¼▓±╡─ñ╦╗▓▓├ñ╖ñ▐ñ╖ñ┐íú\n╕┼ññÑ╨í╝Ñ╕ÑτÑ≤ñ╚╕▐┤╢ñ╬ñóñδ░╡╜╠╖┴╝░ñ└ñ▒ñ≥║ú╕σñ╬▓±╡─ñ╦╗╚═╤ñ╖ñ▐ñ╣íú
*conferenceView*videoSizeWarning: ñ│ñ╬Ñ╖Ñ╣Ñ╞Ñαñ╬Ñ╙Ñ╟Ѭ┴⌡├╓ñ╟ñ╧═╫╡ßñ╡ñ∞ñ┐Ñ╙Ñ╟ѬíªÑ╡ÑñÑ║ñ≥═╫╡ßñ╟ñ¡ñ▐ñ╗ñ≤íú
*conferenceView*videoCaptureWarning: Ñ╙Ñ╟ѬíªÑ¡ÑπÑ╫Ñ┴Ñπñ≥╡»╞░ñ╟ñ¡ñ▐ñ╗ñ≤: ╞░▓Φñ╬┬σñ∩ñΩñ╦└┼╗▀▓Φñ≥╗╚═╤ñ╖ñ╞ñ»ñ└ñ╡ññíú\nñΓñ╖ñ│ñ╬Ñ▐Ñ╖Ñ≤ñ¼Ñ╙Ñ╟Ѭ┴⌡├╓╗²ñ├ñ╞ñññ╩ñññ╩ñΘÑ╙Ñ╟ѬíªÑ╫ÑΩÑ╒ÑíÑ∞Ñ≤Ñ╣ñ╦└┼╗▀▓Φñ≥╗╚\nñªñ┐ñßñ╦┼┼╧├Ñ╫ÑΩÑ╒ÑíÑ∞Ñ≤Ñ╣íªÑ╤Ñ═Ñδñ≥╗╚═╤ñ╖ñ╞ñ»ñ└ñ╡ññíúÑ│Ñ≤Ñ╚Ñφí╝ÑδíªÑ╤Ñ═Ñδñ≥│½ñññ╞╕╟─ΩÑñÑßí╝Ñ╕ñ≥╗╚ñªñΦñªñ╦╩╤╣╣ñ╖ñ╞ñ»ñ└ñ╡ññíú
*conferenceView*wbTitleTag: Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔íªÑ╒ÑíÑñÑδ
*viewnoG728HardwareWarning: G.728 ░╡╜╠┴⌡├╓ñ¼╚»╕½ñ╟ñ¡ñ▐ñ╗ñ≤íú\nÑ╟Ñ╒Ñ⌐ÑδÑ╚ñ╬Ñ╜Ñ╒Ñ╚ѪѺÑóíªÑ¬í╝Ñ╟ÑúѬíªÑ¿Ñ≤Ñ│í╝Ñ╟ÑúÑ≤Ñ░ñ╟┬│ñ▒ñ▐ñ╣íú
*viewAudioHardwareWarning: Ѭí╝Ñ╟ÑúѬñ≥Ѭí╝Ñ╫Ñ≤ñ╟ñ¡ñ▐ñ╗ñ≤íúñ│ñ╬Ñ▐Ñ╖Ñ≤ñ╦ñ╧\nѬí╝Ñ╟ÑúѬ┴⌡├╓ñ¼ñ╩ññ▓─╟╜└¡ñ¼ñóñΩñ▐ñ╣íú\nѬí╝Ñ╟ÑúѬíªÑ╡Ñ▌í╝Ñ╚ñ╩ñ╖ñ╟┬│ñ▒ñ▐ñ╣íú
*viewAudioPortWarning: Ѭí╝Ñ╟ÑúѬíªÑ▌í╝Ñ╚ñ≥│½ñ▒ñ▐ñ╗ñ≤íú\n\n"║╞╝┬╣╘\" ñ≥┴¬ñ╓┴░ñ╦┬╛ñ╬\nѬí╝Ñ╟ÑúѬíªÑóÑ╫ÑΩÑ▒í╝Ñ╖Ñτ\nÑ≤ñ≥╩─ñ╕ñ╞▓╝ñ╡ññíú
*viewAudioOpenCodecWarning: InPerson ÑóÑ»Ñ╗ÑΘÑ∞í╝Ñ╖ÑτÑ≤┴⌡├╓ñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\n┼┼╧├ñ≥ñ½ñ▒─╛ñ╖ñ┐╩²ñ¼╬╔ñññ½ñΓñ╖ñ∞ñ▐ñ╗ñ≤íú\nѬí╝Ñ╟ÑúѬíªÑ╡Ñ▌í╝Ñ╚ñ╩ñ╖ñ╟┬│ñ▒ñ▐ñ╣íú
*viewAudioPortRetry: ║╞╝┬╣╘
*viewAudioPortExit: ╜¬╬╗!
*viewInvalidAudioEncoding: %s ñ╧╠╡╕·ñ╩Ѭí╝Ñ╟ÑúѬíªÑ¿Ñ≤Ñ│í╝Ñ╟ÑúÑ≤Ñ░ñ╟ñ╣íú\nÑ╟Ñ╒Ñ⌐ÑδÑ╚ñ╬Ñ¿Ñ≤Ñ│í╝Ñ╟ÑúÑ≤Ñ░ñ≥╗╚═╤ñ╖ñ▐ñ╣íú
*viewAudioPriority: Ѭí╝Ñ╟ÑúѬíªÑ╫ÑΘÑñѬÑΩÑ╞Ñúñ≥─┤└░ñ╟ñ¡ñ▐ñ╗ñ≤íúÑ╡ѪÑ≤Ñ╔╔╩╝┴ñ╧─π▓╝ñ╖ñ▐ñ╣íú\n\"inpview\" ñ╧ root ñ╦ setuid ñ╡ñ∞ñ╞ñññδ╔¼═╫ñ¼ñóñΩñ▐ñ╣íú
*viewAudCpuLimit: Ѭí╝Ñ╟ÑúѬíªÑ╣Ñ∞Ñ├Ñ╔ñ¼ CPU ñ╬╗╚═╤╕┬│ªñ≥─╢ñ¿ñ▐ñ╖ñ┐íú\n╣ΓññÑ╫ÑΘÑñѬÑΩÑ╞Ñúñ╧╗╚═╤ñ╟ñ¡ñ▐ñ╗ñ≤íúÑ╡ѪÑ≤Ñ╔╔╩╝┴ñ╧─π▓╝ñ╖ñ▐ñ╣íú
*conferenceView*callMenu.labelString: ┼┼╧├ (C)
*conferenceView*callMenu.mnemonic: C
*conferenceView*callMenu.inviteButton.labelString: ╛╖┬╘... (I)
*conferenceView*callMenu.inviteButton.mnemonic: I
*conferenceView*callMenu.grabBandwidthButton.labelString: Ñ╨Ñ≤Ñ╔╔²ñ≥Ñ░ÑΘÑ╓... (B)
*conferenceView*callMenu.grabBandwidthButton.mnemonic: B
*conferenceView*callMenu.holdButton.labelString: ╩▌╬▒ (H)
*conferenceView*callMenu.holdButton.mnemonic: H
*conferenceView*callMenu.blindButton.labelString: Ñ╫ÑΘÑñÑ╨Ñ╖í╝ (P)
*conferenceView*callMenu.blindButton.mnemonic: P
*conferenceView*callMenu.freezeVideoButton.labelString: Ñ╙Ñ╟Ѭñ≥┼α╖δ (F)
*conferenceView*callMenu.freezeVideoButton.mnemonic: F
*conferenceView*callMenu.shelfButton.labelString: Ñ╖ѺÑδÑ╒
*conferenceView*callMenu.shelfButton.closeLabelString: Ñ╖ѺÑδÑ╒ (s)
*conferenceView*callMenu.shelfButton.mnemonic: s
*conferenceView*callMenu.whiteboardButton.labelString: Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔ (w)
*conferenceView*callMenu.whiteboardButton.closeLabelString: Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔
*conferenceView*callMenu.whiteboardButton.mnemonic: w
*conferenceView*callMenu.hangupButton.labelString: ┼┼╧├ñ≥└┌ñδ (u)
*conferenceView*callMenu.hangupButton.mnemonic: u
*conferenceView*callMenu.hangupButton.acceleratorText: Ctrl+U
*conferenceView*callMenu.hangupButton.accelerator: Ctrl<Key>u
*conferenceView*shelfMenu.labelString: Ñ╖ѺÑδÑ╒┴¬┬≥
*conferenceView*shelfMenu.openButton.labelString: Ѭí╝Ñ╫Ñ≤ (O)
*conferenceView*shelfMenu.openButton.mnemonic: O
*conferenceView*shelfMenu.printButton.labelString: ░⌡║■ (P)
*conferenceView*shelfMenu.printButton.mnemonic: P
*conferenceView*shelfMenu.getInfoButton.labelString: ╛≡╩≤ (I)
*conferenceView*shelfMenu.getInfoButton.mnemonic: I
*conferenceView*shelfMenu.putAwayButton.labelString: ╩╥╔╒ñ▒ñδ (u)
*conferenceView*shelfMenu.putAwayButton.mnemonic: u
*conferenceView*shelfMenu.showPathButton.labelString: Ñ╤Ñ╣ñ≥╔╜╝¿ (S)
*conferenceView*shelfMenu.showPathButton.mnemonic: S
*conferenceView*shelfMenu.hidePathButton.labelString: Ñ╤Ñ╣ñ≥▒úñ╣ (H)
*conferenceView*shelfMenu.hidePathButton.mnemonic: H
*conferenceView*shelfMenu.sendButton.labelString: ┴≈┐« (n)
*conferenceView*shelfMenu.sendButton.mnemonic: n
*conferenceView*shelfMenu.fetchButton.labelString: ÑóÑñÑ│Ñ≤ñ╬╕í║≈ (F)
*conferenceView*shelfMenu.fetchButton.mnemonic: F
*conferenceView*toolsMenu.labelString: Ñ─í╝Ñδ (T)
*conferenceView*toolsMenu.mnemonic: T
*conferenceView*toolsMenu.controlPanelButton.labelString: ─╠╧├Ñ╤Ñ╒Ñ⌐í╝Ñ▐Ñ≤Ñ╣íªÑ╤Ñ═Ñδ... (C)
*conferenceView*toolsMenu.controlPanelButton.mnemonic: C
*conferenceView*toolsMenu.networkInfoPanelButton.labelString: Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»╛≡╩≤Ñ╤Ñ═Ñδ... (N)
*conferenceView*toolsMenu.networkInfoPanelButton.mnemonic: N
*conferenceView*toolsMenu.audioPanelButton.labelString: Ѭí╝Ñ╟ÑúѬíªÑ│Ñ≤Ñ╚Ñφí╝ÑδíªÑ╤Ñ═Ñδ... (A)
*conferenceView*toolsMenu.audioPanelButton.mnemonic: A
*conferenceView*toolsMenu.videoPanelButton.labelString: Ñ╙Ñ╟ѬíªÑ│Ñ≤Ñ╚Ñφí╝ÑδíªÑ╤Ñ═Ñδ... (V)
*conferenceView*toolsMenu.videoPanelButton.mnemonic: V
*perfLabel.labelString: Ñ╤Ñ╒Ñ⌐í╝Ñ▐Ñ≤Ñ╣:
*conferenceView*panelLabel.labelString: ñ│ñ∞ñΘñ╬Ñ│Ñ≤Ñ╚Ñφí╝Ñδñ╧╕╜║▀╗╚═╤├µñ╬┼┼╧├ñ╦┤╪ñ╖ñ╞ñ╬ñ▀Ñ╤ÑΘÑßí╝Ñ┐ñ≥\n└▀─Ωñ╖ñ▐ñ╣íú║ú╕σñ╬┼┼╧├ñ╦┤╪ñ╖ñ╞ñΓÑ╤ÑΘÑßí╝Ñ┐ñ≥└▀─Ωñ╣ñδñ╦ñ╧\"┼┼╧├\nÑ╤Ñ╒Ñ⌐í╝Ñ▐Ñ≤Ñ╣íªÑ╤Ñ═Ñδ\"╛σñ╬╣α╠▄ñ≥╗╚═╤ñ╖ñ╞ñ»ñ└ñ╡ññíú
*conferenceView*mcastReceptionWarning: InPerson ñ╧ñ█ñ½ñ╬╗▓▓├╝╘ñ½ñΘñ╬Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»íªÑ╚ÑΘÑ╒ÑúÑ├Ñ»ñ≥ñ╖ñ╨ñΘñ»╝⌡ñ▒ñ╞ñññ▐ñ╗ñ≤íúñóñ╩ñ┐ñ╬Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»ñ¼Ñ▐ÑδÑ┴Ñ¡ÑπÑ╣Ñ╚(╩ú┐⌠ñ╚ñ╬▓±╡─ñ╦╔¼═╫ñ╩╡í╟╜)ñ≥Ñ╡Ñ▌í╝Ñ╚ñ╖ñ╞ñññ╩\nññ▓─╟╜└¡ñ¼ñóñΩñ▐ñ╣íú╛▄║┘ñ╧ InPerson Setup & Admin Guid ñ≥╗▓╛╚ñ╖ñ╣ñδñ½Ñ═Ñ├Ñ╚Ñ∩í╝\nÑ»┤╔═²╝╘ñ╦┴Ω├╠ñ╖ñ╞ñ»ñ└ñ╡ññíú
!
! Defaults for the phone
!
! InPerson Phone Control pop-up menu
*phoneIcon*controlPanel_popup.title: InPerson: ─╠╧├Ñ╤Ñ╒Ñ⌐í╝Ñ▐Ñ≤Ñ╣íªÑ╤Ñ═Ñδ
*phoneIcon*panelLabel.labelString: ñ│ñ╬Ñ│Ñ≤Ñ╚Ñφí╝Ñδñ╧╝íñ╬┼┼╧├ñ╬ñ┐ñßñ╦Ñ╤ÑΘÑßí╝Ñ┐ñ≥└▀─Ωñ╖ñ▐ñ╣íú║ú╕σñ╬\nñ╣ñ┘ñ╞ñ╬┼┼╧├ñ╦ñ╜ñ∞ñΘñ≥╗╚ñ∩ñ∞ñ┐ñ»ñ╩ññ╛∞╣τñ╧└▀─Ωñ≥╩▌┬╕ñ╖ñ╞ñ»ñ└ñ╡ññíú
*phoneIcon*capDifferMsg: ┬╛ñ╬┐═ñ¼ñóñ╩ñ┐ñΦñΩ─πññÑ═Ñ├Ñ╚Ñ∩í╝Ñ»íªÑΩÑ╜í╝Ñ╣ñ≥╗╪─Ωñ╖ñ╞ñññδñ½íó\n╬⌠ñδ╜Φ═²Ñ╖Ñ╣Ñ╞Ñαñ≥╗╚═╤ñ╖ñ╞ñññ▐ñ╣íú╖δ▓╠ñ╚ñ╖ñ╞▓±╡─ñ╧╩╠ñ╬Ñ╙Ñ╟Ѭ\n░╡╜╠Ñ╣Ñ¡í╝Ñαñ≥╗╚═╤ñ╣ñδ▓─╟╜└¡ñ¼ñóñΩñ▐ñ╣íú
*phoneIcon*capDiffDontTellLabel: ║ú╕σñ╧─╠├╬ñ╖ñ╩ññ
*phoneIcon*capDiffContLabel: ╖╤┬│
*phoneIcon*ringControlPanel_popup.title: InPerson: ┼┼╧├╡íÑ┘ÑδíªÑ│Ñ≤Ñ╚Ñφí╝ÑδíªÑ╤Ñ═Ñδ
*phoneControlMenu.labelString: ┼┼╧├╡íÑ│Ñ▐Ñ≤Ñ╔
*authorMenuItem.labelString: Ѭí╝Ñ╡ÑΩÑ≤Ñ░... (g)
*authorMenuItem.mnemonic: g
*authorMenuItem.acceleratorText: Ctrl+G
*authorMenuItem.accelerator: Ctrl<Key>g
*panelMenuItem.labelString: ┼┼╧├╡íÑ┘ÑδíªÑ│Ñ≤Ñ╚Ñφí╝ÑδíªÑ╤Ñ═Ñδ... (R)
*panelMenuItem.mnemonic: R
*controlPanelMenuItem.labelString: ─╠╧├Ñ╤Ñ╒Ñ⌐í╝Ñ▐Ñ≤Ñ╣íªÑ╤Ñ═Ñδ... (a)
*controlPanelMenuItem.mnemonic: a
*callMenuItem.labelString: ┼┼╧├... (C)
*callMenuItem.mnemonic: C
*quitMenuItem.labelString: ╜¬╬╗(x)
*quitMenuItem.mnemonic: x
*quitMenuItem.acceleratorText: Ctrl+Q
*quitMenuItem.accelerator: Ctrl<Key>q
! InPerson Phone Icon Window
!*phoneIcon*clientDecoration: +border
*phoneIcon.mwmDecorations: 2
! For more info on MwmFunctions see MwmUtil.h
*phoneIcon.mwmFunctions: 8388612
! This form*width value keeps the status button sizes correct.
*phoneIcon*icon*width: 105
*phoneIcon*baseWidth: 90
*phoneIcon*baseHeight: 80
! add 4 pixels to the width and height of the pixmaps used.
*phoneIcon*phoneButton.width: 124
*phoneIcon*phoneButton.height: 97
*phoneIcon*Xdraw.marginHeight: 0
*phoneIcon*Xdraw.marginWidth: 0
*phoneIcon*msgIndFrame.topOffset: 8
*phoneIcon*msgIndFrame.rightOffset: 8
*phoneIcon*msgIndFrame.shadowThickness: 2
*phoneIcon*msgIndFrame.shadowType: XmSHADOW_IN
*phoneIcon*msgIndFrame.marginWidth: 0
*phoneIcon*msgIndFrame.marginHeight: 0
*phoneIcon*msgIndicator.labelString: 0
!*phoneIcon*msgIndicator.height: 10
!*phoneIcon*msgIndicator.width: 10
*phoneIcon*msgIndicator.height: 12
*phoneIcon*msgIndicator.width: 11
*phoneIcon*callButtonBox.marginTop: 0
*phoneIcon*callButtonBox.marginBottom: 0
*phoneIcon*callButtonBox.marginLeft: 0
*phoneIcon*callButtonBox.marginRight: 0
*phoneIcon*callButtonBox.topOffset: 0
*phoneIcon*callButtonBox.rightOffset: 0
*phoneIcon*callButtonBox.marginWidth: 0
*phoneIcon*callButtonBox.marginHeight: 0
*phoneIcon*callButtonBox.spacing: 0
*phoneIcon*callButtonBox.statusAlwaysOne: False
*phoneIcon*callButtonBox.entryBorder: 0
*phoneIcon*callButtonBox.adjustLast: False
*phoneIcon*callButtonBox.isAligned: True
*phoneIcon*callButtonBox.resizeWidth: False
*phoneIcon*callButtonBox.recomputeSize: True
*phoneIcon*callButtonBox*XmDrawnButton*resizeWidth: True
*phoneIcon*callButtonBox*XmDrawnButton*alignment: XmALIGNMENT_BEGINNING
*phoneIcon*callButtonBox*XmDrawnButton*recomputeSize: True
*phoneIcon*callButtonBox*XmDrawnButton*marginTop: 1
*phoneIcon*callButtonBox*XmDrawnButton*marginHeight: 1
*phoneIcon*LicenseDialog*XmLabelGadget.alignment: XmALIGNMENT_BEGINNING
*phoneIcon*instructionLabel.labelString: ÑΘÑñÑ╗Ñ≤Ñ╣íªÑ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╞■╬╧ñ╖ñ╞ "┼¼═╤" ñ≥▓íñ╖ñ╞ñ»ñ└ñ╡ññíú
*phoneIcon*instructionLabel.alignment: XmALIGNMENT_BEGINNING
*phoneIcon*passwdLabel.labelString: ÑΘÑñÑ╗Ñ≤Ñ╣íªÑ╤Ñ╣Ñ∩í╝Ñ╔
*phoneIcon*productLabel.labelString: └╜╔╩
*phoneIcon*productBase.editable: FALSE
*phoneIcon*LicenseDialog.width: 500
*phoneIcon*LicenseDialog.resizable: FALSE
! The InPerson Call Window
*callWindow.title: ┼┼╧├╡í
*callWindow.x: 60
*callWindow.y: 60
*callWindow*groupMenu.labelString: Ñ░Ñδí╝Ñ╫ (G)
*callWindow*groupMenu.mnemonic: G
*callWindow*videoMenu.labelString: Ñ╙Ñ╟Ѭ (V)
*callWindow*videoMenu.mnemonic: V
*callWindow*toolsMenu.labelString: Ñ─í╝Ñδ (T)
*callWindow*toolsMenu.mnemonic: T
*callWindow*redialMenu.labelString: ÑΩÑ└ÑñÑóÑδ (R)
*callWindow*redialMenu.mnemonic: R
*callWindow*videoMenu.noneMenuItem.labelString: ñ╩ñ╖ (N)
*callWindow*videoMenu.noneMenuItem.mnemonic: N
*callWindow*videoMenu.smallMenuItem.labelString: ╛« (S)
*callWindow*videoMenu.smallMenuItem.mnemonic: S
*callWindow*videoMenu.mediumMenuItem.labelString: ├µ (M)
*callWindow*videoMenu.mediumMenuItem.mnemonic: M
*callWindow*videoMenu.largeMenuItem.labelString: ├µ (M)
*callWindow*videoMenu.largeMenuItem.mnemonic: M
*callWindow*groupMenu.openGroupMenuItem.labelString: Ñ░Ñδí╝Ñ╫░∞═≈ (L)
*callWindow*groupMenu.openGroupMenuItem.mnemonic: L
*callWindow*groupMenu.openGroupMenuItem.accelerator: Ctrl<Key>l
*callWindow*groupMenu.openGroupMenuItem.acceleratorText: Ctrl+L
*callWindow*groupMenu.findGroupMenuItem.labelString: ╕í║≈ (F)
*callWindow*groupMenu.findGroupMenuItem.mnemonic: F
*callWindow*groupMenu.newCallMenuItem.labelString: ╛├╡ε (C)
*callWindow*groupMenu.newCallMenuItem.mnemonic: C
*callWindow*groupMenu.newCallMenuItem.accelerator: Ctrl<Key>b
*callWindow*groupMenu.newCallMenuItem.acceleratorText: Ctrl+B
*callWindow*groupMenu.renameGroupMenuItem.labelString: ╠╛╛╬╩╤╣╣ (R)
*callWindow*groupMenu.renameGroupMenuItem.mnemonic: R
*callWindow*groupMenu.saveGroupMenuItem.labelString: ╩▌┬╕ (S)
*callWindow*groupMenu.saveGroupMenuItem.mnemonic: S
*callWindow*groupMenu.saveGroupMenuItem.accelerator: Ctrl<Key>s
*callWindow*groupMenu.saveGroupMenuItem.acceleratorText: Ctrl+S
*callWindow*groupMenu.deleteGroupMenuItem.labelString: ║∩╜ⁿ (D)
*callWindow*groupMenu.deleteGroupMenuItem.mnemonic: D
*callWindow*groupMenu.copyGroupMenuItem.labelString: Ñ│Ñ╘í╝ (C)
*callWindow*groupMenu.copyGroupMenuItem.mnemonic: C
*callWindow*Rename Group_popup.title: Ñ░Ñδí╝Ñ╫╠╛╩╤╣╣
*callWindow*Rename Group_popup*Selection.labelString: Ñ░Ñδí╝Ñ╫╠╛╞■╬╧:
*callWindow*toolsMenu.ringControlPanelMenuItem.labelString: ┼┼╧├╡íÑ┘ÑδíªÑ│Ñ≤Ñ╚Ñφí╝ÑδíªÑ╤Ñ═Ñδ... (R)
*callWindow*toolsMenu.ringControlPanelMenuItem.mnemonic: R
*callWindow*toolsMenu.callControlPanelMenuItem.labelString: ─╠╧├Ñ╤Ñ╒Ñ⌐í╝Ñ▐Ñ≤Ñ╣íªÑ╤Ñ═Ñδ... (C)
*callWindow*toolsMenu.callControlPanelMenuItem.mnemonic: C
*previousNameMenu.labelType: PIXMAP
*previousNameMenu.labelPixmap: /usr/include/X11/bitmaps/sgidesktop/iconFinderPrevious
*callWindow*subjectLabel.labelString: Subject:
*callWindow*subjectText.bottomOffset: 32
! change the left an right offset of subject text to fit long labels
! to the fields and buttons in the callWindow
! Also change the MessagePanel width to be 25 less than the sum of left
! right Offsets + the subject text width.
*callWindow*subjectText.leftOffset: 100
*callWindow*subjectText.rightOffset: 100
*callWindow*subjectText.width: 250
*callWindow*togrouplabel.labelString: To:
*callWindow*togrouplabel.topOffset: 4
*callWindow*MessagePanel.topOffset: 12
*callWindow*MessagePanel.width: 425
*callWindow*MessagePanel.*animationStyle:DRAG_UNDER_NONE
*callWindow*composePushB.labelString: Ѭí╝Ñ╡ÑΩÑ≤Ñ░...
*callWindow*composePushB.topOffset: 32
*callWindow*composePushB.rightOffset: 16
*callWindow*composePushB.leftOffset: 8
*callWindow*newPushB.labelString: ╛├╡ε
*callWindow*newPushB.topOffset: 32
*callWindow*newPushB.rightOffset: 8
*callWindow*callPushB.labelString: ┼┼╧├
*callWindow*callPushB.topOffset: 32
*callWindow*callPushB.rightOffset: 8
*callWindow*hangupPushB.labelString: ┼┼╧├ñ≥└┌ñδ
*callWindow*hangupPushB.topOffset: 32
*callWindow*hangupPushB.rightOffset: 16
*callWindow*msgSeparator.bottomOffset: 4
*callWindow*msgCountFrame.bottomOffset: 4
*callWindow*msgCountFrame.leftOffset: 4
*callWindow*msgCountFrame.shadowThickness: 2
*callWindow*msgCountFrame.shadowType: XmSHADOW_IN
*callWindow*msgCountFrame.marginWidth: 0
*callWindow*msgCountFrame.marginHeight: 0
*callWindow*msgCountLabel.labelString: 0
*callWindow*msgCountLabel.height: 15
*callWindow*msgCountLabel.width: 13
*callWindow*msgLabel.leftOffset: 4
*callWindow*msgLabel.bottomOffset: 4
*callWindow*msgLabel.labelString: ╛╖┬╘ (╗▓▓├ñ╣ñδñ╦ñ╧ÑóÑñÑ│Ñ≤ñ≥Ñ└Ñ╓ÑδÑ»ÑΩÑ├Ñ»)
*callWindow*messageToggle.topOffset: 32
*callWindow*messageToggle.leftOffset: 8
*callWindow*messageToggle.rightOffset: 16
!Common Buttons on Windows
*closePushB.labelString: ╩─ñ╕ñδ
*closePushB.topOffset: 32
*closePushB.rightOffset: 8
*closePushB.bottomOffset: 8
*savePushB.labelString: ╩▌┬╕
*savePushB.rightOffset: 8
!ControlPanel labels
*conferenceView*controlPanel*prefButton.labelString: Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»╛≡╩≤...
*phoneIcon*controlPanel*prefButton.labelString: ╩▌┬╕
*ringControlPanel*videoLabel.labelString: Ñ╙Ñ╟Ѭ:
*ringControlPanel*onVideoToggleB.labelString: └╕╩ⁿ┴≈
*ringControlPanel*offVideoToggleB.labelString: └┼╗▀▓Φ
*ringControlPanel*maxRingsLabel.labelString: ║╟┬τ╕╞ñ╙╜╨ñ╖▓≤┐⌠:
*ringControlPanel*incomingLabel.labelString: ╞■╬╧:
*ringControlPanel*outgoingLabel.labelString: ╜╨╬╧:
*ringControlPanel*incomingRingLabel.labelString: ╕╞╜╨ñ╖▓╗:
*ringControlPanel*outgoingRingLabel.labelString: ╕╞╜╨ñ╖▓╗:
*ringControlPanel*incomingRingSounds: ñ╩ñ╖ ѬÑ╒ÑúÑ╣ ÑΓÑ└Ñ≤ ╡∞╝░
*ringControlPanel*outgoingRingSounds: ñ╩ñ╖ ┼┼╗╥▓╗
*ringControlPanel*prefButton.labelString: ╩▌┬╕
! For Group Window
*groupWindow.title: Ñ░Ñδí╝Ñ╫╔╜╝¿
*groupWindow*groupNameLabel.labelString: Ñ░Ñδí╝Ñ╫:
*groupWindow*groupNameText.topOffset: 20
! change the left an right offset of groupNametext to fit long labels
! to the fields and buttons in the groupWindow
*groupWindow*groupNameText.leftOffset: 100
*groupWindow*groupNameText.rightOffset: 100
*groupWindow*groupNameText.width: 300
*groupWindow*membersLabel.labelString: ÑßÑ≤Ñ╨:
! For the Group Panel
*GroupPanel.topOffset: 8
*GroupPanel.bottomOffset: 4
*expandPushB.labelString: │╚─Ñ
*expandPushB.topOffset: 4
*expandPushB.leftOffset: 8
*expandPushB.rightOffset: 8
*removePushB.labelString: ║∩╜ⁿ
*removePushB.topOffset: 4
*removePushB.leftOffset: 8
*removePushB.rightOffset: 8
*viewPushB.labelString: ╔╜╝¿
*viewPushB.topOffset: 4
*viewPushB.leftOffset: 8
*viewPushB.rightOffset: 8
*deletePushB.labelString: ║∩╜ⁿ
*deletePushB.topOffset: 4
*deletePushB.leftOffset: 8
*deletePushB.rightOffset: 8
*okPushB.labelString: ┼┼╧├ñ╦─╔▓├
*okPushB.topOffset: 4
*okPushB.leftOffset: 8
*okPushB.rightOffset: 8
*nameEntryLabel.labelString: ─╔▓├:
*nameEntryLabel.topOffset: 4
*nameEntryText.bottomOffset: 32
*callWindow*nameEntryLabel.labelString: To:
*callWindow*GroupPanel.topOffset: 16
*callWindow*GroupPanel.bottomOffset: 8
*callWindow*nameEntryText.bottomOffset: 16
! For the Group List Panel
*listWindow.title: Ñ░Ñδí╝Ñ╫
*listWindow*groupLabel.labelString: Ñ░Ñδí╝Ñ╫:
*listWindow*IconPanel.topOffset: 8
! change the left an right offset of IconPanel to fit long labels
! to the fields and buttons in the listWindow
*listWindow*IconPanel.rightOffset: 100
*listWindow*IconPanel.leftOffset: 100
*listWindow*IconPanel.bottomOffset: 32
! Incoming Call Popup
!*caform_popup.mwmDecorations: 36
*caform_popup.mwmFunctions: 4
*caform_popup.x: 80
*caform_popup*geometry: +100+100
*caform_popup.title: ╞■ñ├ñ╞═Φñ┐┼┼╧├...
*answerLabel.labelString: ╞■ñ├ñ╞═Φñ┐┼┼╧├ (From):
*answerLabel.topOffset: 8
*answerLabel.leftOffset: 8
*pixmapXdraw.marginHeight: 0
*pixmapXdraw.marginWidth: 0
*pixmapXdraw.topOffset: 16
*pixmapXdraw.leftOffset: 16
*participantsLabel.labelString: ╗▓▓├╝╘:
*participantsLabel.leftOffset: 16
*participantsLabel.marginRight: 8
*participantsFieldLabel.marginRight: 8
*subjectLabel.labelString: Ñ╡Ñ╓Ñ╕ѺѻÑ╚:
*subjectLabel.leftOffset: 16
*subjectLabel.marginRight: 8
*subjectFieldLabel.marginRight: 8
*answerButton.labelString: ╩╓┼·
*answerButton.rightOffset: 8
*dontAnswerButton.labelString: ╩╓┼·ñ╖ñ╩ññ
*dontAnswerButton.rightOffset: 8
*dontAnswerButton.topOffset: 32
*dontAnswerButton.rightOffset: 8
*dontAnswerButton.bottomOffset: 8
! Button names
*prepareString: Ѭí╝Ñ╡ÑΩÑ≤Ñ░...
*callingString: Ñ│í╝ÑΩÑ≤Ñ░...
! Error Messages
*phoneRGBMissingMessage: '/usr/share/InPerson/' ñ╦┼┼╧├ñ╬▓Φ┴ⁿ\nÑ╒ÑíÑñÑδñ¼ñóñΩñ▐ñ╗ñ≤íú
*badStateError: InPerson ñ╧╠╖╜Γñ╖ñ┐╛⌡┬╓ñ╦ñóñΩñ▐ñ╣íú\nInPerson ñ≥║╞╡»╞░ñ╖ñ╞▓╝ñ╡ññíú
*badSizeError: Ñ╡ÑñÑ║░·┐⌠ñ¼╠╡╕·ñ╟ñ╣íú\nsmall, medium, large ñ╬ñ╔ñ∞ñ½ñ≥╗╚ñ├ñ╞▓╝ñ╡ññíú
*conferenceEndedError: ▓±╡─ñ╧╜¬╬╗ñ╖ñ▐ñ╖ñ┐íú
*callNotFoundError: ┼┼╧├ñ╧═¡╕·ñ╟ñóñΩñ▐ñ╗ñ≤íú
*exitWithError: ╜¬╬╗ñ╖ñ▐ñ╣íúÑ╣Ñ╞í╝Ñ┐Ñ╣
*diedFromError: Ñ╖Ñ░Ñ╩Ñδñ╦ñΦñΩ╜¬╬╗ñ╖ñ▐ñ╖ñ┐
*cannotreplyerror: InPerson ñ¼ÑΩÑΓí╝Ñ╚íªÑ╖Ñ╣Ñ╞Ñαñ╦└▄┬│ñ╟ñ¡ñ▐ñ╗ñ≤íú\nñ│ñ╬▓±╡─ñ╦ñ╧╕╞ñ╙╜╨ñ╖┐═ñ¼ñññ╩ñññ╬ñ½ñΓñ╖ñ∞ñ▐ñ╗íú
*cantReceiveError:"└▄┬│╩╢╝║
*timedOutError: Ñ┐ÑñÑαÑóѪÑ╚íúInPerson ñ╦└▄┬│ñ╟ñ¡ñ▐ñ╗ñ≤íú
*callInterruptError: ┼┼╧├├µ├╟
*progUnavailError: InPerson ñ╧═¡╕·ñ╟ñóñΩñ▐ñ╗ñ≤íú
*progVersionError: InPerson ñ╬Ñ╨í╝Ñ╕ÑτÑ≤ñ¼┼¼╣τñ╖ñ▐ñ╗ñ≤íú
*hostUnknownError: ╔╘╠└ñ╩Ñ█Ñ╣Ñ╚
*pmapFailedError: Ñ┐ÑñÑαÑóѪÑ╚íúÑ╖Ñ╣Ñ╞Ñαñ╦└▄┬│ñ╟ñ¡ñ▐ñ╗ñ≤íú
*progNotRegisteredError: InPerson ñ¼╡»╞░ñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú
*noStateError: ╛⌡┬╓╔╘╠└
*calledError: ┼┼╧├├µ
*inProgressError: ┼┼╧├╖╤┬│├µ
*quitCallError: ┼┼╧├├µ╗▀
*alreadyActiveError: ñ╣ñ╟ñ╦▓±╡─├µñ╟ñ╣íú
*alreadyInvitedError: ñ╣ñ╟ñ╦╛╖┬╘ñ╖ñ╞ñññ▐ñ╣íú
*notUserError: ┬╛ñ╬ѵí╝Ñ╢ñ¼ InPerson ñ≥╗╚═╤├µñ╟ñ╣íú
*tookMsgError: ╩╓┼·ñ╩ñ╖
*badAddressError: ÑóÑ╔Ñ∞Ñ╣┤╓░πññ
*callSelfError: ╝½╩¼ñ╬Ñ╖Ñ╣Ñ╞Ñα╕╞╜╨ñ╖╔╘▓─
*callNotCompletedError: ñóñ╩ñ┐ñ╬╝íñ╬ѵí╝Ñ╢ñ╪ñ╬┼┼╧├ñ╧╝║╟╘ñ╖ñ▐ñ╖ñ┐:
*userHeader: ѵí╝Ñ╢
*reasonHeader: ═²═│
*groupExistsMessage: ┬╕║▀ñ╣ñδÑ░Ñδí╝Ñ╫ñ╦╛σ╜±ñ¡ñ╖ñ▐ñ╣íúñññññ╟ñ╣ñ½?
*pipeFailedError: Ñ╤ÑñÑ╫ñ≥║ε└«ñ╣ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤íú\nÑ╖Ñ╣Ñ╞Ñα┤╔═²╝╘ñ╦╠Σññ╣τñ∩ñ╗ñ╞▓╝ñ╡ññíú\n
*badNumberOfRingsError: ñ│ñ╬╕╞ñ╙╜╨ñ╖▓≤┐⌠ñ╧ InPerson ñ¼Ñ╡Ñ▌í╝Ñ╚ñ╣ñδ╚╧░╧ñ≥─╢ñ¿ñ╞ñññ▐ñ╣íú\n
*rpcFreeArgsError: InPerson ñ╧ RPC arguments ñ≥Ñ╒ÑΩí╝ñ╟ñ¡ñ▐ñ╗ñ≤íú
*rpcTCPCreateError: TCP Ñ╡í╝Ñ╙Ñ╣ñ≥║ε└«ñ╟ñ¡ñ▐ñ╗ñ≤íú
*rpcTCPRegisterError: TCP Ñ╡í╝Ñ╙Ñ╣ñ≥┼╨╧┐ñ╣ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤íúInPerson ñ¼ñ╣ñ╟ñ╦╞░ñññ╞ñññ▐ñ╣ñ½?
*noGroupNameError: Ñ░Ñδí╝Ñ╫╠╛ñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú╞■╬╧ñ╖ñ╞▓╝ñ╡ññíú
*badGroupNameError: Ñ░Ñδí╝Ñ╫╠╛ñ╧Ñ╣Ñ┌í╝Ñ╣ñ╚ѽÑ≤Ñ▐ñ≥┤▐ñ≤ñ╟ñ╧ñññ▒ñ▐ñ╗ñ≤íú
*badToFieldError: ╝íñ╬ñΓñ╬ñ╧╔╘╠└ñ╬ÑóÑ╔Ñ∞Ñ╣ñ▐ñ┐ñ╧Ñ░Ñδí╝Ñ╫╠╛ñ╟ñ╣:\n\n
*pleaseEnterError: <user@host> ╖┴╝░ñ╬ѵí╝Ñ╢ÑóÑ╔Ñ∞Ñ╣ñ½ \"Group\" ÑßÑ╦Ñσí╝├µñ╬Ñ░Ñδí╝Ñ╫╠╛ñ≥╞■╬╧ñ╖ñ╞▓╝ñ╡ññíú
*BadHoldRequestReplyError: ╕╜║▀═¡╕·ñ╩┼┼╧├ñ╧Ñ█í╝ÑδÑ╔ñ╟ñ¡ñ▐ñ╗ñ≤íú\nInPerson ñ≥ÑΩÑ╗Ñ├Ñ╚ñ╣ñδñ┐ñßñ╦░∞├╢├µ╗▀ñ╖ñ╞║╞╝┬╣╘ñ╖ñ╞▓╝ñ╡ññíú
*mustRunPhoneToMakeCallError: ┼┼╧├│½╗╧ñ▐ñ┐ñ╧╝⌡ñ▒╝ΦñΩñ╬ñ┐ñßñ╦ inperson ñ≥╡»╞░ñ╖ñ╞▓╝ñ╡ññíú
*mustRunPhoneToViewWhiteboardError: Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔Ñ╒ÑíÑñÑδñ≥╕½ñδñ▐ñ┐ñ╧╩╘╜╕ñ╣ñδñ┐ñßñ╦\nÑ╟Ñ╣Ñ»Ñ╚Ñ├Ñ╫╛σñ╬ inperson ÑóÑñÑ│Ñ≤ñ≥Ñ└Ñ╓ÑδÑ»ÑΩÑ├Ñ»ñ╖ñ┐╕σñ╦\nñΓñª░∞┼┘Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔Ñ╒ÑíÑñÑδñ≥│½ñññ╞▓╝ñ╡ññíú
*quitAppMsg: InPerson ñ╬├µ╗▀ñ╧╕╜║▀╖╤┬│├µñ╬┴┤ñ╞ñ╬┼┼╧├ñ≥╜¬ñΘñ╗ñ▐ñ╣íú\n╦▄┼÷ñ╦ InPerson ñ≥├µ╗▀ñ╖ñ▐ñ╣ñ½?
*noInPersonError: InPerson ñ╦└▄┬│ñ╟ñ¡ñ▐ñ╗ñ≤íú
*noInPersonError2: InPerson ñ╦└▄┬│ñ╟ñ¡ñ▐ñ╗ñ≤íúInPerson ñ¼╝┬╣╘├µñ½ñ╔ñªñ½│╬╟ºñ╖ñ╞ñ»ñ└ñ╡ññíú
*badPhoneReplyError: ╞Γ╔⌠Ñ¿ÑΘí╝íúInperson ñ½ñΘñ╬┤╓░πñ├ñ┐ÑΩÑ╫ÑΘÑñ*
! These resource control the dialog when you leave a message
*leaveEmailMsg.labelString: ÑßÑ├Ñ╗í╝Ñ╕ñ≥╗─ñ╖ñ▐ñ╣ñ½?
*callStatusDialog.leaveEmailMsg.marginWidth: 50
*startMmailQuestion: MediaMail ñ¼╞░ñññ╞ñññ▐ñ╗ñ≤íú\n╡»╞░ñ╖ñ▐ñ╣ñ½?
*runMMailError: ÑßÑ├Ñ╗í╝Ñ╕ñ≥╗─ñ╣ñ╦ñ╧ MediaMail ñ¼╔¼═╫ñ╟ñ╣íú
*installMMailError: ÑßÑ├Ñ╗í╝Ñ╕ñ≥╗─ñ╣ñ╦ñ╧ MediaMail ñ≥ÑñÑ≤Ñ╣Ñ╚í╝Ñδñ╖ñ╩ñ▒ñ∞ñ╨ñ╩ñΩñ▐ñ╗ñ≤íú
*noonetocallMsg: ñóñ╩ñ┐ñ¼┼┼╧├ñ╖ñΦñªñ╚ñ╖ñ╞ñññδÑ░Ñδí╝Ñ╫ñ╧╢⌡ñ½ñ▐ñ┐ñ╧┬╕║▀ñ╖ñ▐ñ╗ñ≤íú
!
! Defaults for whiteboard
!
*inpboard*highlightThickness: 0
*inpboard*lowerTcpSize: 30000
*inpboard*textfontnames: -*-helvetica-medium-r-normal--14-*-*-*-p-*-iso8859-1,--mincho-*--14-*,-*--14-*
! whiteboard bg and selected tab are the same:
*inpboard*SoXtRenderArea*BackgroundColor: sgi gray 92
*inpboard*tabpanel*selectedTabBackground: sgi gray 92
*inpboard*tabpanel*background: sgiverylightgray
*inpboard*tabpanel*tabLabel.background: sgilightgray
*inpboard*tabpanel*area1*marginWidth: 0
*inpboard*tabpanel*area1*marginHeight: 0
*inpboard*tabpanel*area1*verticalSpacing: 0
*inpboard*tabpanel*area1.background: sgilightgray
*inpboard*tabpanel*toolpopupmenu*background: sgiverylightgray
*inpboard*tabpanel*rowColumn1*background: sgiverylightgray
*inpboard*tabpanel*rowColumn0*background: sgiverylightgray
*inpboard*Print_popup.title: Print whiteboard
*inpboard*Print_popup*pageRange.labelString: Ñ┌í╝Ñ╕╚╧░╧:
*inpboard*Print_popup*all.labelString: ┴┤ñ╞
*inpboard*Print_popup*from.labelString: │½╗╧Ñ┌í╝Ñ╕:
*inpboard*Print_popup*to.labelString: ╜¬╬╗Ñ┌í╝Ñ╕:
*inpboard*Print_popup*numCopies.labelString: Ñ│Ñ╘í╝╔⌠┐⌠:
!*inpboard*keyboardFocusPolicy: pointer
*Whiteboardfile.labelString: Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔íªÑ╒ÑíÑñÑδ
*EPS.labelString: EPSíªÑ╒ÑíÑñÑδ
*PostScript.labelString: PostScriptíªÑ╒ÑíÑñÑδ
*Copy.labelString: Ñ│Ñ╘í╝
*Copy.acceleratorText: Ctrl+C
*Copy.accelerator: Ctrl<Key>c
*Cut.labelString: ѽÑ├Ñ╚
*Cut.acceleratorText: Ctrl+X
*Cut.accelerator: Ctrl<Key>x
*Paste.labelString: Ñ┌í╝Ñ╣Ñ╚
*Paste.acceleratorText: Ctrl+V
*Paste.accelerator: Ctrl<Key>v
*Deleteselection.labelString: ║∩╜ⁿ
*Deleteselection.acceleratorText:
*Deleteselection.accelerator:
*screensnap.labelString: Ñ╣Ñ»ÑΩí╝Ñ≤ñ½ñΘÑ╣Ñ╩Ñ├Ñ╫
*screensnap.acceleratorText: Ctrl+R
*screensnap.accelerator: Ctrl<Key>r
*windowsnap.labelString: ѪÑñÑ≤Ñ╔Ѫñ≥Ñ╣Ñ╩Ñ├Ñ╫
*windowsnap.acceleratorText: Ctrl+D
*windowsnap.accelerator: Ctrl<Key>d
*videosnap.labelString: Ñ╙Ñ╟Ѭñ≥Ñ╣Ñ╩Ñ├Ñ╫
*videosnap.acceleratorText: Ctrl+E
*videosnap.accelerator: Ctrl<Key>e
*inpboard*saveLabel: ╩▌┬╕
*inpboard*cancelLabel: ╝Φ╛├
*inpboard*dontSaveLabel: ╟╦┤■
*inpboard*saveQuestion: └Φñ╦╕╜║▀ñ╬╔┴▓Φñ≥╩▌┬╕ñ╖ñ▐ñ╣ñ½?
*inpboard*overwriteQuestion: \"%s\" ñ╧┤√ñ╦┬╕║▀ñ╖ñ▐ñ╣íú╛σ╜±ñ¡ñ╖ñ▐ñ╣ñ½í⌐
*inpboard*saveQuitQuestion: ├µ╗▀ñ╣ñδ┴░ñ╦╕╜║▀ñ╬╔┴▓Φñ≥╩▌┬╕ñ╖ñ▐ñ╣ñ½?
*inpboard*saveDialogTitle: ╔┴▓Φ╩▌┬╕
! the following label is null on purpose because it indicates to not
! use a dialog box, just a watch cursor
*inpboard*savingFileLabel:
*inpboard*savingPSFileLabel: PostScript Ñ╒ÑíÑñÑδñ≥╩▌┬╕ñ╖ñ╞ñññ▐ñ╣íúñ¬┬╘ñ┴ñ»ñ└ñ╡ññ...
*inpboard*printingFileLabel: Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔ñ≥░⌡║■ñ╖ñ╞ñññ▐ñ╣íúñ¬┬╘ñ┴ñ»ñ└ñ╡ññ...
*inpboard*saveCrashQuestion: Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔ñ╧░█╛∩╜¬╬╗ñ╖ñ▐ñ╣íú╕╜║▀ñ╬╔┴▓Φñ≥╩▌┬╕ñ╖ñ▐ñ╣ñ½?
*inpboard*lostConnectionMsg: Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔ñ╬Ñ▐Ñ╣Ñ┐ñ╚ñ╬└▄┬│ñ¼└┌ñ∞ñ▐ñ╖ñ┐íú\nÑ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔ñ≥╜¬╬╗ñ╣ñδ╔¼═╫ñ¼ñóñΩñ▐ñ╣íúñ╜ñ╬┴░ñ╦╩▌┬╕ñ╖ñ▐ñ╣ñ½?
!*inpboard*sweepRegionLabel: ╬╬░Φñ≥╛├ñ╣ñ½┐┐ñ≤├µñ╬Ñ▄Ñ┐Ñ≤ñ╟╝ΦñΩ╛├ñ╖ñ▐ñ╣íú
!*inpboard*windowSelectLabel: ╦╛ñ▀ñ╬ѪÑúÑ≤Ñ╔Ѫñ≥Ñ»ÑΩÑ├Ñ»ñ╣ñδñ½┐┐ñ≤├µñ╬Ñ▄Ñ┐Ñ≤ñ╟╝ΦñΩ╛├ñ╖ñ▐ñ╣íú
*inpboard*importTextDialogTitle: Ñ╞Ñ¡Ñ╣Ñ╚íªÑ╒ÑíÑñÑδñ╬╝ΦñΩ╣■ñ▀...
*inpboard*importImageDialogTitle: Ñ┌í╝Ñ╕ñ╦▓Φ┴ⁿñ≥─╔▓├...
*inpboard*import3DDialogTitle: Ñ┌í╝Ñ╕ñ╦ 3D ÑΓÑ╟Ñδñ≥─╔▓├...
*inpboard*saveWhiteboardTitle: Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔íªÑ╒ÑíÑñÑδñ≥╩▌┬╕...
*inpboard*saveAsWhiteboardTitle: Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔íªÑ╒ÑíÑñÑδñ≥╩╠╠╛╩▌┬╕...
*inpboard*saveAsPostScriptTitle: PostScript Ñ╒ÑíÑñÑδñ≥╩╠╠╛╩▌┬╕...
*inpboard*saveAsEPSTitle: EPS Ñ╒ÑíÑñÑδñ≥╩╠╠╛╩▌┬╕...
*inpboard*appendFileTitle: Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔Ñ╒ÑíÑñÑδñ≥─╔▓├...
*inpboard*importTextAsDialogTitle: Ñ╞Ñ¡Ñ╣Ñ╚ñ╬╝ΦñΩ╣■ñ▀
*inpboard*asLinesButtonLabel: ╣╘
*inpboard*asBlocksButtonLabel: Ñ╓ÑφÑ├Ñ»
*inpboard*importTextAsQuestion: Ñ╞Ñ¡Ñ╣Ñ╚íªÑ╒ÑíÑñÑδñ╬╝Φ╣■ñ▀...
*inpboard*bringUsersToThisPageTitle: ┴┤░≈ñ≥ñ│ñ╬Ñ┌í╝Ñ╕ñ╦╧óñ∞ñ╞ñ¡ñ▐ñ╣ñ½í⌐
*inpboard*postBringUsersToThisPageDialog: True
*yesLabel: ñ╧ññ
*noLabel: ñññññ¿
*doNotAskAgainLabel: ║ú╕σ╠Σ╣τñ∩ñ╗ñ╩ññ
*inpboard*bringUsersToThisPageQuestion: ▓±╡─ñ╬┴┤░≈ñ≥ñ│ñ╬Ñ┌í╝Ñ╕ñ╦╧óñ∞ñ╞ñ¡ñ▐ñ╣ñ½í⌐\nNOTE: ░∞┐═ñ╟ñ╜ñ╬Ñ┌í╝Ñ╕ñ╦╣╘ñ»ñ╦ñ╧Ñ┐Ñ╓ñ≥░∞▓≤Ñ»ÑΩÑ├Ñ»ñ╖ñ╞ñ»ñ└ñ╡ññ
*inpboard*untitledString: Ñ┐ÑñÑ╚Ñδñ╩ñ╖
!----------------------------------------
!
! Whiteboard error messages:
!
!----------------------------------------
*inpboard*badSnapMsg: Ñ╣Ñ»ÑΩí╝Ñ≤╬╬░Φñ≥Ñ╣Ñ╩Ñ├Ñ╫ñ╟ñ¡ñ▐ñ╗ñ≤íú(Ñ╟ÑúÑ╣Ñ»╬╬░Φñ¼╔╘┬¡í⌐)
*inpboard*notAValidFileMsg: %s ñ╧ %s Ñ╒ÑíÑñÑδñ╟ñ╣íúñΓñª░∞┼┘╝┬╣╘ñ╖ñ╞ \n%s Ñ╒ÑíÑñÑδñ≥┴¬┬≥ñ╖ñ╞ñ»ñ└ñ╡ññ
*inpboard*openFileFailedMsg: Ñ╒ÑíÑñÑδ \"%s\" ñ≥│½ñ▒ñ▐ñ╗ñ≤íú
*inpboard*writePostScriptFileFailedMsg: PostScript Ñ╒ÑíÑñÑδñ¼╜±╣■ñßñ▐ñ╗ñ≤íú(%s ñ¼Ñ╒Ñδ?)
*inpboard*appendFileFailedMsg: Ñ╒ÑíÑñÑδñ¼┬╕║▀ñ╖ñ╩ñññ½ÑóÑ»Ñ╗Ñ╣╕óñ¼ñóñΩñ▐ñ╗ñ≤íú
*inpboard*directoryNotFileMsg: Ñ╒ÑíÑñÑδñ≥┴¬┬≥ñ╣ñδ╔¼═╫ñ¼ñóñΩñ▐ñ╣íúñ│ñ∞ñ╧Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ╟ñ╣íú
*inpboard*saveFileFailedMsg: Ñ╒ÑíÑñÑδ \"%s\" ñ╦╩▌┬╕ñ╟ñ¡ñ▐ñ╗ñ≤íú
*inpboard*videoSnapFailedMsg: Ñ╙Ñ╟Ѭñ≥Ñ╣Ñ╩Ñ├Ñ╫ñ╟ñ¡ñ▐ñ╗ñ≤íú(Ñ╙Ñ╟Ѭñ¼┬╛ñ╬ÑóÑ╫ÑΩÑ▒í╝Ñ╖ÑτÑ≤ñ╦╗╚═╤ñ╡ñ∞ñ╞ñññδ?)
*inpboard*videoSnapFileFailedMsg: Ñ╙Ñ╟Ѭñ╬Ñ╣Ñ╩Ñ├Ñ╫ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤íú(Ñ╟ÑúÑ╣Ñ»╬╬░Φñ¼╜╜╩¼ñ╟ñ╩ññ?)
*inpboard*conversionFailedMsg: %s ñ╧ %s Ñ╒ÑíÑñÑδñ╟ñ╣íú\nInventor ╖┴╝░ñ╪ñ╬╩╤┤╣ñ╧╝║╟╘ñ╖ñ▐ñ╖ñ┐íú\nInventor Ñ╒ÑíÑñÑδñ╟ñΓñª░∞┼┘╝┬╣╘ñ╖ñ╞ñ»ñ└ñ╡ññíú
*inpboard*import3DFailedMsg: Ñ╒ÑíÑñÑδ %s ñ½ñΘÑΓÑ╟Ñδñ¼╞╔ñ▀╣■ñßñ▐ñ╗ñ≤íú(═¡╕·ñ╩ Inventor Ñ╒ÑíÑñÑδñ╟ñ╩ññ?)
*inpboard*importImageFailedMsg: Ñ╒ÑíÑñÑδ %s ñ½ñΘ▓Φ┴ⁿñ≥╞╔ñ▀╣■ñßñ▐ñ╗ñ≤íú
!----------------------------------------
!
! Whiteboard dialogs that have to do with 1.1 compatibility:
!
!----------------------------------------
*inpboard*newerVersionMsg: ┐╖ñ╖ññÑ╨í╝Ñ╕ÑτÑ≤ñ╬Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔ñ≥╗╚═╤ñ╖ñ╞ñññ▐ñ╣íú
*inpboard*olderVersionMsg: ╕┼ññÑ╨í╝Ñ╕ÑτÑ≤ñ╬Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔ñ≥╗╚═╤ñ╖ñ╞ñññ▐ñ╣íú
*inpboard*oldServerMsg: ▓±╡─ñ≥ñ╧ñ╕ñßñ┐┐═╩¬ñ╧╕┼ññÑ╨í╝Ñ╕ÑτÑ≤ñ╬Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔ñ≥╗╚═╤ñ╖ñ╞ñññ▐ñ╣íú\n░╩▓╝ñ╬╕▀┤╣└¡ñ¼ñ╜ñ╬═²═│ñ╟ñ╣:\n - ñóñ╩ñ┐ñ╬Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔ñ╧ 3D ѬÑ╓Ñ╕ѺѻÑ╚ñ╬║ε└«ñ¼ñ╟ñ¡ñ╩ññíú\n - ñóñ╩ñ┐ñ╧Ñ╞Ñ¡Ñ╣Ñ╚ñ≥ÑΘÑñÑ≤ñ╬ñ▀ñ╟║ε└«ñ╟ñ¡ñ╞íóÑ╓ÑφÑ├Ñ»ñ╟ñ╟ñ¡ñ╩ññíú\n - ñóñ╩ñ┐ñ¼Ñ╨í╝Ñ╕ÑτÑ≤ 2.0 ░╩┴░ñ╬ InPerson Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔Ñ╒ÑíÑñÑδñ╖ñ½╞╔ñαñ│ñ╚ñ¼ñ╟ñ¡ñ╩ññíú
*inpboard*cannotReadNewFileMsg: ñ│ñ╬▓±╡─ñ≥╗╧ñßñ┐┐═ñ╧╕┼ññÑ╨í╝Ñ╕ÑτÑ≤ñ╬Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔ñ≥╗╚═╤ñ╖ñ╞ñññ▐ñ╣íú\n╕▀┤╣└¡ñ╬═²═│ñ╟íóñóñ╩ñ┐ñ╬Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔ñ╧ñ│ñ╬┐╖ñ╖ññÑ╒ÑíÑñÑδ(post 1.1)ñ≥╞╔ñ▀╣■ñ▀ñ▐ñ╗ñ≤íú
! -----------------------------------------
! Audio and video network congestion control algorithm:
!
! WARNING: be sure you thoroughly understand the operation of
! InPerson's congestion control algorithm and the behavior of your network
! before changing any of the following parameters.
! -----------------------------------------
! Should InPerson automatically change audio and video bandwidth transmitted
! to respond to network congestion? Note that this may result in
! automatic changes to audio and video compression algorithms used,
! as well as transmitted video frame rate and resolution.
*audioCongestionControlEnabled: True
*videoCongestionControlEnabled: True
! Pkt loss thresholds for unloaded and loaded states.
! Units are 1 packet lost out of N received packets.
! Defaults:
! UNLOADED < 1.0% (less than 1 pkt in 100 lost)
! LOADED 1.0% - 5.0% (less than 1 pkt in 20 lost)
! CONGESTED > 5.0% (more than 1 pkt in 20 lost)
*congestionMaxUnloadedLossRate: 100
*congestionMaxLoadedLossRate: 20
! How often receivers should recalculate their congestion state, in seconds.
! Should really be based on round-trip time, not a fixed interval.
*congestionRecalcInterval: 10
! If congestion state of a receiver improves, it must remain improved for
! this number of consecutive calculation intervals before good news is
! published.
*congestionGoodNewsDelay: 1
! How often receivers should transmit their steady-state congestion state,
! in seconds. Congestion state updates are also sent whenever a receiver's
! congestion state changes.
*congestionSendUpdateInterval: 15
! How often transmitters should adjust their output bandwidth limit,
! when overall conference congestion state is unchanged. Transmitters
! also adjust their output bandwidth limit whenever the conference
! congestion state changes.
! Warning: this parameter must be greater than
! congestionRecalcInterval * congestionGoodNewsDelay
! so receivers have time to react to transmitters new sending rate, and send
! updates indicating their new (hopefully improved) congestion state.
*congestionAdjustRateInterval: 15
! -----------------------------------------
! Parameters for the Call Control Panel Video/Audio compression selection:
!
! InPerson automatically choses the appropriate compression schemes
! based on network bandwidth and the user's performance preference.
! The control panel lets you select the following information:
! - network type: ISDN basic rate, T1/E1, ethernet, and FDDI/CDDI/ATM
! - performance preference: In the presence of network congestion,
! InPerson can prefer video quality (and degrade frame rate) or
! prefer frame rate (and degrade video quality).
! - Finer Control bandwidth slider: it lets you select the bandwidth
! target within the bandwidth range specified by the network type.
! For example, if you select the LAN network type, the bandwidth range
! is 0-5000 kbps. You can move the slider to use more or less bandwidth.
! InPerson then choses an audio and video compression scheme that meets
! that target.
!
! For a given bandwidth, 2 video compression schemes might be possible:
! one has a better image quality but a slower update(frame) rate, while the
! other has a faster frame rate but lesser image quality. The Performance
! Preferences button lets you choose which characteristic is important.
! The following 2 tables controls which video and audio algorithms are
! chosen for a given network bandwidth and performance preference.
! All table values are in bytes per second. The values reported by
! the Network Info panel are in bits per second. ( There are 8 bits per
! byte.)
!
! Video
! for "Quality" - send LARGE when possible
!
!
!*bandwidthQualityNoVideo: 0
!*bandwidthQualityH261Qcif: 40625
!*bandwidthQualityHdccSmall: 40625
!*bandwidthQualityHdccLarge: 412500
!*bandwidthQualityUncmpSmall: 412500
!*bandwidthQualityUncmpLarge: 2147483647
!
! for "FrameRate" - send small when possible
!
!*bandwidthFrameRateNoVideo: 0
!*bandwidthFrameRateH261Qcif: 40000
!*bandwidthFrameRateHdccSmall: 262500
!*bandwidthFrameRateHdccLarge: 262500
!*bandwidthFrameRateUncmpSmall: 2147483647
!*bandwidthFrameRateUncmpLarge: 2147483647
!
! Audio
!
!*bandwidthGSM: 16000
!*bandwidthIDVI8: 45500
!*bandwidthIDVI16: 1250000
!*bandwidthUncompressed16: 1250000
!*bandwidthUncompressed44: 1250000
!*bandwidthUncompressed48: 1250000
!
! Maximum and target bandwidths in bytes/sec for
! ISDN basic rate, T1/E1, ethernet, and FDDI/CDDI/ATM
!*bandwidthLimitISDN: 16000
!*bandwidthLimitT1: 256000
!*bandwidthLimitLAN: 625000
!*bandwidthLimitHSLAN: 2500000
!
!*bandwidthTargetISDN: 8750
!*bandwidthTargetT1: 50000
!*bandwidthTargetLAN: 125000
!*bandwidthTargetHSLAN: 1250000
!
! Default setting of Performance Preference radio buttons.
! choices are "Quality" or "FrameRate"
!*performancePreference: Quality
!
! Default preeditType.
!
*preeditType: none
*networkInfoPanel*meterForm.meterLabel.labelString: Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»╛≡╩≤:
*networkInfoPanel*meterForm.bwMLabel.labelString: Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»íªÑ╨Ñ≤Ñ╔╔² (kbit/sec)
*networkInfoPanel*meterForm.rateMLabel.labelString: Ñ╒Ñ∞ÑñÑαíªÑ∞ÑñÑ╚ (frames/sec)
*networkInfoPanel*csUnderL.labelString: ÑóÑ≤Ñ└í╝Ñφí╝Ñ╔
*networkInfoPanel*csNominalL.labelString: ─╠╛∩
*networkInfoPanel*csOverL.labelString: Ѭí╝Ñ╨í╝Ñφí╝Ñ╔
*networkInfoPanel*csMLabel.labelString: ║«╗¿╛⌡┬╓
*networkInfoPanel*rateMLabel.labelString: Ñ╒Ñ∞ÑñÑαíªÑ∞ÑñÑ╚ (frames/sec)
*networkInfoPanel*bwMLabel.labelString: Ñ═Ñ├Ñ╚Ñ∩í╝Ñ» (kbit/sec)
*networkInfoPanel*curVCLabel.labelString: ╕╜║▀ñ╬Ñ╙Ñ╟Ѭ
*networkInfoPanel*curACLabel.labelString: ╕╜║▀ñ╬Ѭí╝Ñ╟ÑúѬ
*controlPanel*vcLabel.labelString: Ñ╙Ñ╟ѬíªÑ│Ñ≤Ñ╚Ñφí╝Ñδ
*controlPanel*vSizeLabel.labelString: Ñ╙Ñ╟ѬíªÑ╡ÑñÑ║:
*controlPanel*vSizeRadio.button1.labelString: ╛«
*controlPanel*vSizeRadio.button2.labelString: ┬τ
*controlPanel*vvLabel.labelString: Ñ╙Ñ╟Ѭ╔╜╝¿:
*controlPanel*vvSpringBox.vvOnButton.labelString: ѬÑ≤
*controlPanel*vvSpringBox.vvMirrorButton.labelString: ╢└
*controlPanel*callCtlLabel.labelString: Ñ│í╝ÑδíªÑ│Ñ≤Ñ╚Ñφí╝Ñδ
*controlPanel*videoLabel.labelString: Ñ╙Ñ╟Ѭ:
*controlPanel*videoTypeRB.button_0.labelString: └╕
*controlPanel*videoTypeRB.button_1.labelString: └┼╗▀▓Φ
*controlPanel*perfLabel.labelString: Ñ╤Ñ╒Ñ⌐í╝Ñ▐Ñ≤Ñ╣:
*controlPanel*perfPrefRB.button_0.labelString: ╔╩╝┴═Ñ└Φ
*controlPanel*perfPrefRB.button_1.labelString: Ñ╒Ñ∞ÑñÑαíªÑ∞ÑñÑ╚═Ñ└Φ
*controlPanel*networkLabel.labelString: Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»:
*controlPanel*finerLabel.labelString: ╛▄║┘Ñ│Ñ≤Ñ╚Ñφí╝Ñδ
*controlPanel*bwScale.titleString: Ñ╨Ñ≤Ñ╔╔² (kbit/sec)
*controlPanel*curVCLabel.labelString: Ñ╙Ñ╟Ѭ:
*controlPanel*curACLabel.labelString: Ѭí╝Ñ╟ÑúѬ:
*controlPanel*loLabel.labelString: ─π
*controlPanel*hiLabel.labelString: ╣Γ
*controlPanel*pqMLabel.labelString: ▓Φ┴ⁿ╔╩╝┴
*controlPanel*aqMLabel.labelString: Ѭí╝Ñ╟ÑúѬ╔╩╝┴
*controlPanel*cpuMLabel.labelString: CPU
*controlPanel*netMLabel.labelString: Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»
*Help.labelString: Ñ╪ÑδÑ╫
*Cancel.labelString: ╝Φ╛├
*OK.labelString: ╬╗▓≥
*cancelLabelString: ╝Φ╛├
*helpLabelString: Ñ╪ÑδÑ╫
*okLabelString: ╬╗▓≥
*inpFileSelectionDialog.fileListLabelString: Ñ╒ÑíÑñÑδ
*inpFileSelectionDialog.applyLabelString: Ñ╒ÑúÑδÑ┐
*inpFileSelectionDialog.Selection.labelString: ┴¬┬≥
*inpboard*Print_popup.title: Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔░⌡║■
*inpboard*Print_popup*printLabelString: ░⌡║■
*inpboard*Print_popup*printerLabelString: ░⌡║■▓─╟╜ñ╩Ñ╫ÑΩÑ≤Ñ┐:
!
!*checkingForLicenseMessage: InPerson ═╤ñ╬ÑΘÑñÑ╗Ñ≤Ñ╣ñ≥╝Φ╞└ñ╖ñ╞ñññ▐ñ╣íú
!*noLicenseMessage: InPerson ñ╬ñ┐ñßñ╬ÑΘÑñÑ╗Ñ≤Ñ╣íªÑ╤Ñ╣Ñ∩í╝Ñ╔ñ¼ñóñΩñ▐ñ╗ñ≤íú
!*licenseExpiredMessage: InPerson ñ╬ñ┐ñßñ╬ÑΘÑñÑ╗Ñ≤Ñ╣íªÑ╤Ñ╣Ñ∩í╝Ñ╔ñ╧┤ⁿ╕┬└┌ñ∞ñ╟ñ╣íú
!*noLicenseServerMessage: ÑΘÑñÑ╗Ñ≤Ñ╣Ñ╡í╝Ñ╨ñ¼╕½ñ─ñ½ñΩñ▐ñ╗ñ≤íú
!*expiredLicenseBase.labelString: InPerson ñ╬ñ┐ñßñ╬ÑΘÑñÑ╗Ñ≤Ñ╣íªÑ╤Ñ╣Ñ∩í╝Ñ╔ñ╧┤ⁿ╕┬└┌ñ∞ñ╟ñ╣íú
!*noLicenseBase.labelString: InPerson ñ╬ñ┐ñßñ╬ÑΘÑñÑ╗Ñ≤Ñ╣íªÑ╤Ñ╣Ñ∩í╝Ñ╔ñ¼ñóñΩñ▐ñ╗ñ≤íú
!*incorrectPasswordError: ╔╘└╡ñ╩ÑΘÑñÑ╗Ñ≤Ñ╣íªÑ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╞■╬╧ñ╖ñ▐ñ╖ñ┐íú
!*expiredPasswordError: ┤ⁿ╕┬└┌ñ∞ñ╬ÑΘÑñÑ╗Ñ≤Ñ╣íªÑ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╞■╬╧ñ╖ñ▐ñ╖ñ┐íú
!*installedPasswordError: ╜┼╩úñ╖ñ┐ÑΘÑñÑ╗Ñ≤Ñ╣íªÑ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╞■╬╧ñ╖ñ▐ñ╖ñ┐íú
!*applicationPasswordError: IRIS Ñ╬í╝Ñ╔íªÑφÑ├Ñ»íªÑΘÑñÑ╗Ñ≤Ñ╣íªÑ─í╝Ñδñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú
!*nolicEntryProgError: IRIS Ñ╬í╝Ñ╔íªÑφÑ├Ñ»íªÑΘÑñÑ╗Ñ≤Ñ╣íªÑ─í╝Ñδñ≥╟█╔█ CD ñ½ñΘÑñÑ≤Ñ╣Ñ╚í╝Ñδñ╖ñ╞ñ»ñ└ñ╡ññíú
!*execLicEntryProgError: IRIS Ñ╬í╝Ñ╔íªÑφÑ├Ñ»íªÑΘÑñÑ╗Ñ≤Ñ╣íªÑ─í╝Ñδñ╬╡»╞░ñ╦╝║╟╘ñ╖ñ▐ñ╖ñ┐íú
!*licEntryProgError: IRIS Ñ╬í╝Ñ╔íªÑφÑ├Ñ»íªÑΘÑñÑ╗Ñ≤Ñ╣íªÑ─í╝Ñδñ¼░█╛∩╜¬╬╗ñ╖ñ▐ñ╖ñ┐íú
!
! Additional Resources
!
*sweepRegionLabel: ╬╬░Φñ≥Ñ╣ѪÑúí╝Ñ╫ñ╖ñ╞ñ»ñ└ñ╡ññíú(├µÑ▄Ñ┐Ñ≤ñ╟╝Φ╛├)
*windowSelectLabel: ╔¼═╫ñ╩ѪÑúÑ≤Ñ╔ÑÑ╞Γñ╟Ñ»ÑΩÑ├Ñ»ñ╖ñ╞ñ»ñ└ñ╡ññíú(├µÑ▄Ñ┐Ñ≤ñ╟╝Φ╛├)
!
*phoneIcon.ringControlPanel_popup*popup_maxRingsOption*Take Message.labelString: ÑßÑ├Ñ╗í╝Ñ╕ñ≥╝⌡ñ▒╝Φñδñ▐ñ╟
*inpFileSelectionDialog*filterDialog.applyLabelString: ┼¼═╤
*inpFileSelectionDialog*filterDialog.Selection.labelString: ┴¬┬≥
!*fontList: 7x14,--mincho-*--14-*,-*--14-*
*wboard.menuBar.popup_fileMenu.fileMenu.Quit.labelString: ╜¬╬╗
*wboard.menuBar.popup_fileMenu.helpMenu.Printing Files.labelString: Ñ╒ÑíÑñÑδñ╬░⌡║■
.sgihelp.infoDialog_popup.infoDialog.okLabelString: ╬╗▓≥
*notWhiteboardFileMsg: Ñ█Ñ∩ÑñÑ╚Ñ▄í╝Ñ╔íªÑ╒ÑíÑñÑδñ≥┴¬┬≥ñ╖ñ╞ñ»ñ└ñ╡ññíú
*cancelLabel: ╝Φ╛├
!
! InPerson 2.2
!
*font1:\
-adobe-helvetica-bold-r-normal--18-*-*-*-p-*-iso8859-1,\
-bitstream-sirius-medium-r-normal--18-*-*-*-p-*-jisx0208.1983-0,\
-bitstream-sirius-medium-r-normal--18-*-*-*-p-*-jisx0201.1976-0
*font2:\
-sgi-screen-bold-r-normal--15-*-*-*-m-*-iso8859-1,\
-bitstream-sirius-medium-r-normal--15-*-*-*-p-*-jisx0208.1983-0,\
-bitstream-sirius-medium-r-normal--15-*-*-*-p-*-jisx0201.1976-0
*font3:\
-adobe-helvetica-bold-o-normal--18-*-*-*-p-*-iso8859-1,\
-bitstream-sirius-medium-r-normal--18-*-*-*-p-*-jisx0208.1983-0,\
-bitstream-sirius-medium-r-normal--18-*-*-*-p-*-jisx0201.1976-0
*font4:\
-adobe-helvetica-bold-r-normal--24-*-*-*-p-*-iso8859-1,\
-bitstream-sirius-medium-r-normal--24-*-*-*-p-*-jisx0208.1983-0,\
-bitstream-sirius-medium-r-normal--24-*-*-*-p-*-jisx0201.1976-0
!
! END OF RESOURCE FILE.